html,
.v-application {
    font-family: "OpenSans-Regular", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*!*text-align: center; *! 这里需要注释不避免全局影响文字布局*/
    color: #2c3e50;
    margin: 0;
    padding: 0;
    width: 100%;
    overflow-x: auto;
    /* font-size: clamp(0.813rem, -0.329rem + 1.52vw, 1.25rem); */
}

body,
div,
h3,
ul,
li,
p {
    margin: 0;
    padding: 0;

}

ul,
li,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

.vw-layout {
    position: relative;
}

.vw-layout-1300 {
    /* width: 1300px; */
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 10px;
}

.v-but-top {
    position: fixed;
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 160px;
    background: #FFFFFF;
    border: 1px solid #EAECF1;
    box-shadow: 0px 12px 34px -6px rgba(23, 27, 49, 0.14);
    border-radius: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
}

.v-but-top:hover img {
    animation: bounce-down 3s linear infinite;
}

/* @media (max-width: 750px) {
    .v-but-top {
        display: none;
    }
} */

@import './media.css';